home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / zoetek / source / shckclck.dir / 00111_Clock script.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  98 b   |  11 lines

  1. on enterFrame
  2.   upkeep()
  3.   time(1)
  4.   date()
  5.   updateStage()
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.